Spaces:
Sleeping
Sleeping
link0518
commited on
Commit
·
587e16b
1
Parent(s):
62ec314
api
Browse files- src/api/client.js +0 -1
src/api/client.js
CHANGED
|
@@ -50,7 +50,6 @@ export async function generateAssistantResponse(requestBody, callback) {
|
|
| 50 |
const parts = data.response?.candidates?.[0]?.content?.parts;
|
| 51 |
if (parts) {
|
| 52 |
for (const part of parts) {
|
| 53 |
-
console.log('Debug - Part:', JSON.stringify(part, null, 2));
|
| 54 |
if (part.thought === true) {
|
| 55 |
if (!thinkingStarted) {
|
| 56 |
callback({ type: 'thinking', content: '<think>\n' });
|
|
|
|
| 50 |
const parts = data.response?.candidates?.[0]?.content?.parts;
|
| 51 |
if (parts) {
|
| 52 |
for (const part of parts) {
|
|
|
|
| 53 |
if (part.thought === true) {
|
| 54 |
if (!thinkingStarted) {
|
| 55 |
callback({ type: 'thinking', content: '<think>\n' });
|