This commit is contained in:
di-sukharev
2024-09-02 10:19:33 +03:00
parent 796de7b07e
commit 6f4afbfb52
2 changed files with 7909 additions and 2690 deletions
+7905 -2689
View File
File diff suppressed because one or more lines are too long
+4 -1
View File
@@ -56902,7 +56902,10 @@ var OllamaAi = class {
stream: false
};
try {
const response = await this.client.post("", params);
const response = await this.client.post(
this.client.getUri(this.config),
params
);
const message = response.data.message;
return message?.content;
} catch (err) {