Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle add args to Non OpenAI models #48

Closed
ishaan-jaff opened this issue Aug 5, 2023 · 1 comment
Closed

Handle add args to Non OpenAI models #48

ishaan-jaff opened this issue Aug 5, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ishaan-jaff
Copy link
Contributor

for ex if user makes a call

response = completion(
    model='command-nightly'
    messages=messages,
    max_tokens=self.config['max_tokens'],
    temperature=self.config['temperature'],
    top_p=self.config['top_p'],
    request_timeout=self.config['request_timeout'],
)

this could potentially fail, ensure it does not

@ishaan-jaff ishaan-jaff added the bug Something isn't working label Aug 5, 2023
@ishaan-jaff
Copy link
Contributor Author

fixed !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant