datawithsuman commited on
Commit
2f2177f
·
verified ·
1 Parent(s): db3a3d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -100,7 +100,10 @@ if uploaded_files:
100
 
101
  # Generation
102
  # model = "gpt-3.5-turbo"
103
- model = "claude-3-haiku-20240307"
 
 
 
104
 
105
  # Generation
106
  # resp = ollama.generate(model='codellama',
 
100
 
101
  # Generation
102
  # model = "gpt-3.5-turbo"
103
+ # claude-3-sonnet-20240229
104
+ # model = "claude-3-haiku-20240307"
105
+ model = "claude-3-sonnet-20240229"
106
+
107
 
108
  # Generation
109
  # resp = ollama.generate(model='codellama',