chansung commited on
Commit
971d154
·
1 Parent(s): 9d2b52c

Update palmapi.py

Browse files
Files changed (1) hide show
  1. palmapi.py +1 -1
palmapi.py CHANGED
@@ -40,7 +40,7 @@ def gen_text(
40
  top_p = 0.95
41
 
42
  parameters = {
43
- 'model': 'models/text-bison-001',
44
  'candidate_count': 1,
45
  'temperature': temperature,
46
  'top_k': top_k,
 
40
  top_p = 0.95
41
 
42
  parameters = {
43
+ # 'model': 'models/text-bison-001',
44
  'candidate_count': 1,
45
  'temperature': temperature,
46
  'top_k': top_k,