Spaces:
Running
Running
kendrickfff
commited on
Commit
•
da9fe57
1
Parent(s):
89b4d20
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "./firm-catalyst-437006-s4-407500
|
|
7 |
|
8 |
# Initialize the language model with required parameters
|
9 |
# Replace 'your-model-name' with the actual model you intend to use
|
10 |
-
llm = ChatGoogleGenerativeAI(model='
|
11 |
|
12 |
# Chat function
|
13 |
def chat_with_gemini(user_input, chat_history):
|
|
|
7 |
|
8 |
# Initialize the language model with required parameters
|
9 |
# Replace 'your-model-name' with the actual model you intend to use
|
10 |
+
llm = ChatGoogleGenerativeAI(model='gemini-1.5-pro')
|
11 |
|
12 |
# Chat function
|
13 |
def chat_with_gemini(user_input, chat_history):
|