mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-23 16:54:56 +00:00
trying different models,no completions?
This commit is contained in:
parent
0e84f2f47a
commit
89386598d8
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ class SingleToolCallingEnv(BaseEnv):
|
|||
max_tokens=1024 * 15,
|
||||
temperature=0.8, # Using temperature to get diverse responses
|
||||
)
|
||||
|
||||
print(f"completions: {completions}")
|
||||
to_score = list()
|
||||
|
||||
for i, completion_choice in enumerate(completions.choices):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue