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.
1 parent d5a2f4a commit 044618eCopy full SHA for 044618e
crates/llm-remote-http/src/open_ai.rs
@@ -50,7 +50,7 @@ impl LlmWorker for OpenAIAgentEngine {
50
51
let chat_url = self
52
.url
53
- .join("/api/generate")
+ .join("/v1/chat/completions")
54
.map_err(|_| wasi_llm::Error::RuntimeError("Failed to create URL".to_string()))?;
55
56
tracing::info!("Sending remote inference request to {chat_url}");
0 commit comments