Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
satawatnack committed Mar 7, 2024
1 parent 39a33a5 commit 85b8d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapter/verifiable_ai/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
class Request(TypedDict):
model: str
messages: str
temperature: float
top_p: float
max_tokens: int
stream: bool
temperature: float
top_p: float
seed: int


Expand Down

0 comments on commit 85b8d81

Please sign in to comment.