mirror of https://github.com/0xplaygrounds/rig
Fmt
This commit is contained in:
parent
2736b5a4d6
commit
fc412bc544
|
@ -1,6 +1,9 @@
|
|||
use std::env;
|
||||
|
||||
use rig::{completion::Prompt, providers::inception::{ClientBuilder, MERCURY_CODER_SMALL}};
|
||||
use rig::{
|
||||
completion::Prompt,
|
||||
providers::inception::{ClientBuilder, MERCURY_CODER_SMALL},
|
||||
};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), anyhow::Error> {
|
||||
|
|
Loading…
Reference in New Issue