uripeled2 / llm-client-sdk

SDK for using LLM
MIT License
74 stars 11 forks source link

Add p-top to common models parameter #28

Closed uripeled2 closed 11 months ago

uripeled2 commented 1 year ago

Add p-top (here is OpenAI docs on p-top) as a param in BaseLLMAPIClient.text_completion. You can take a look at this great PR done by @EyalPaz-700 and see how he added max_tokens and temperature into BaseLLMAPIClient.text_completion params

EyalPazz commented 1 year ago

https://github.com/uripeled2/llm-client-sdk/pull/29