rename templates to prompts in ai crate
This commit is contained in:
parent
0b57ab7303
commit
a62baf34f2
9 changed files with 13 additions and 13 deletions
|
@ -9,7 +9,7 @@ use ai::{
|
|||
completion::{
|
||||
stream_completion, OpenAICompletionProvider, OpenAIRequest, RequestMessage, OPENAI_API_URL,
|
||||
},
|
||||
templates::repository_context::PromptCodeSnippet,
|
||||
prompts::repository_context::PromptCodeSnippet,
|
||||
};
|
||||
use anyhow::{anyhow, Result};
|
||||
use chrono::{DateTime, Local};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue