Skip to content

Commit

Permalink
update backend
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecoconut committed Jan 18, 2024
1 parent 39d96c7 commit a2e09f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdaprompt/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class OpenAICompletion(RequestBackend):
class Parameters(RequestBackend.Parameters):
max_tokens: int = 500
temperature: float = 0.0
model: str = 'text-davinci-003'
model: str = 'gpt-3.5-turbo-instruct'
presence_penalty: float = 0.2
frequency_penalty: float = 0.2
stop: Optional[Union[str, List[str]]]
Expand Down

0 comments on commit a2e09f7

Please sign in to comment.