Spaces:
Running
Running
feat: remove unused label
Browse files
patientsim/client/google_client.py
CHANGED
|
@@ -69,9 +69,6 @@ class GeminiClient:
|
|
| 69 |
contents=self.histories,
|
| 70 |
config=types.GenerateContentConfig(
|
| 71 |
system_instruction=system_prompt,
|
| 72 |
-
labels={
|
| 73 |
-
"team": "patientsim-demo",
|
| 74 |
-
},
|
| 75 |
**kwargs
|
| 76 |
)
|
| 77 |
)
|
|
|
|
| 69 |
contents=self.histories,
|
| 70 |
config=types.GenerateContentConfig(
|
| 71 |
system_instruction=system_prompt,
|
|
|
|
|
|
|
|
|
|
| 72 |
**kwargs
|
| 73 |
)
|
| 74 |
)
|