Extract code generation logic into its own module

This commit is contained in:
Antonio Scandurra 2023-09-11 11:25:37 +02:00
parent e9747d0fea
commit 02078140c0
5 changed files with 609 additions and 470 deletions

View file

@ -1,5 +1,6 @@
pub mod assistant;
mod assistant_settings;
mod codegen;
mod streaming_diff;
use anyhow::{anyhow, Result};