Nam Fam
commited on
Commit
·
9d56da1
1
Parent(s):
aa0ee6c
update requirements.txt
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ class LLM:
|
|
| 18 |
self,
|
| 19 |
model: str = "gemini-1.5-flash",
|
| 20 |
model_provider: str = "google_genai",
|
| 21 |
-
temperature: float = 0.
|
| 22 |
max_tokens: int = 1000
|
| 23 |
):
|
| 24 |
self.chat_model = init_chat_model(
|
|
|
|
| 18 |
self,
|
| 19 |
model: str = "gemini-1.5-flash",
|
| 20 |
model_provider: str = "google_genai",
|
| 21 |
+
temperature: float = 0.7,
|
| 22 |
max_tokens: int = 1000
|
| 23 |
):
|
| 24 |
self.chat_model = init_chat_model(
|