Keyurjotaniya007 commited on
Commit
07fddd1
·
verified ·
1 Parent(s): 461bfcc

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -1
chatbot.py CHANGED
@@ -83,7 +83,7 @@ Assume this is for real production-ready front-end code generation from a web UI
83
  )
84
  ]
85
 
86
- llm = ChatGoogleGenerativeAI(model="gemini-2.5-flash", temperature=0.1)
87
  max_retries = 5
88
  generated_code = None
89
 
 
83
  )
84
  ]
85
 
86
+ llm = ChatGoogleGenerativeAI(model="gemini-2.5-flash", temperature=0)
87
  max_retries = 5
88
  generated_code = None
89