mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-14 17:08:31 +08:00
Fix: Align part of Go provider APIs with Python APIs (#16823)
This commit is contained in:
@@ -834,7 +834,7 @@ Commands (User Mode):
|
||||
USE MODEL 'provider/instance/model'; - Set current model for chat
|
||||
CHAT 'message'; - Chat using current model
|
||||
CHAT 'provider/instance/model' 'message'; - Chat with specified model
|
||||
OPENAI_CHAT 'chat_id' 'message' [options] ; - OpenAI-compatible chat
|
||||
OPENAI_CHAT 'chat_id' 'message' [options] ; - OpenAI-compatible chat
|
||||
(run openai_chat -h for detailed options)
|
||||
CHAT COMPLETIONS 'question' [options] ; - Chat completions via /api/v1/chat/completions
|
||||
(run chat completions -h for detailed options)
|
||||
|
||||
Reference in New Issue
Block a user