We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a65932d + b6e92b0 commit 22171efCopy full SHA for 22171ef
.gitignore
@@ -1,3 +1,4 @@
1
/target
2
.*
3
.idea
4
+.prompts_perssitense_cache
src/main.rs
@@ -8,7 +8,7 @@ async fn main() -> Result<()> {
8
// create caching path
9
let cache_path = PathBuf::from("./.prompts_perssitense_cache");
10
let scribe = RigScribe::new(cache_path);
11
- let id = ScopeId(2031);
+ let id = ScopeId(2032);
12
// Input: The raw, often vague user intent.
13
let raw_prompt = "write a python fonction";
14
eprintln!("\n\nOptimizing ...\n\n");
0 commit comments