mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-03-03 18:54:25 +08:00
Compare commits
21 Commits
hotfix/gem
...
a0c78b8260
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0c78b8260 | ||
|
|
143fdf4c9d | ||
|
|
37e48b431d | ||
|
|
eed651ddde | ||
|
|
22fa98d73d | ||
|
|
7d3b5f1ac8 | ||
|
|
1df5a16141 | ||
|
|
2b944b154c | ||
|
|
9b7cb795ca | ||
|
|
20ae4f54e6 | ||
|
|
78facb282b | ||
|
|
6f3d7530b9 | ||
|
|
5e1064a5c8 | ||
|
|
faac0d9817 | ||
|
|
c440637ad0 | ||
|
|
284d33bcdf | ||
|
|
d9573973ca | ||
|
|
cd354cf045 | ||
|
|
1cce87acaa | ||
|
|
78c4084501 | ||
|
|
1d0a40b9e8 |
@@ -192,9 +192,7 @@ export class GeminiProApi implements LLMApi {
|
||||
requestPayload,
|
||||
getHeaders(),
|
||||
// @ts-ignore
|
||||
tools.length > 0
|
||||
? [{ functionDeclarations: tools.map((tool) => tool.function) }]
|
||||
: [],
|
||||
[{ functionDeclarations: tools.map((tool) => tool.function) }],
|
||||
funcs,
|
||||
controller,
|
||||
// parseSSE
|
||||
|
||||
Reference in New Issue
Block a user