mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
remove debug row
This commit is contained in:
parent
de3fda435a
commit
013990c9f4
1 changed files with 0 additions and 2 deletions
|
|
@ -72,8 +72,6 @@ async fn main() -> Result<()> {
|
||||||
))
|
))
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
println!("{}", &title.choices[0].message.content);
|
|
||||||
|
|
||||||
let description =
|
let description =
|
||||||
llm.chat_completion(ChatCompletionRequest::new(&arg.llm_model).message(
|
llm.chat_completion(ChatCompletionRequest::new(&arg.llm_model).message(
|
||||||
Message::user(format!("{}\n{}", arg.llm_message, source.description)),
|
Message::user(format!("{}\n{}", arg.llm_message, source.description)),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue