dek924 commited on
Commit
5ddcef8
·
1 Parent(s): 2863a63

feat: remove unused label

Browse files
Files changed (1) hide show
  1. patientsim/client/google_client.py +0 -3
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
  )