mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 09:03:15 +00:00
fix: sync with the error handling
This commit is contained in:
@@ -25,7 +25,7 @@ export function fetchAnswerStreaming({
|
||||
history: JSON.stringify(history),
|
||||
conversation_id: conversationId,
|
||||
model: 'default',
|
||||
apiKey:apiKey
|
||||
api_key:apiKey
|
||||
};
|
||||
fetch(apiHost + '/stream', {
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user