Selim Soufargi
Selim Soufargi
@TheFirstNoob can you provide an exhaustive list of associations between the providers and the models they use?
@TheFirstNoob How to use these for text completion, I used: response=g4f.Completion.create( model='claude-3-sonnet', prompt=str(question) provider=Liaobots ) and got g4f.errors.ModelNotAllowedError: Can't use claude-3-sonnet with Completion.create() is the list of providers (obtained by...
@TheFirstNoob which method to use to use claude-3.5-sonnet with Blackbox provider? The error I got is: Can't use claude-3.5-sonnet with Completion.create() g4f.Completion.create()?
@TheFirstNoob I don't want chat I just want text completion, what is the method to use?
@TheFirstNoob it doesn't show all necessary parameters/attributes; how to specify the provider I want to select ?
@TheFirstNoob No I can't find the answer in the link you sent, I just need one example of text completion with specified params of model and provider. Thanks
@TheFirstNoob also how to excluse certain providers when using RetryProvider
How to make RetryProvider work with all possible providers ? how to exclude certain from those?
I don't want to specify the model name, I just want the model to try out all possible providers except certain ones that a specifically remove, how to do that?
is "gpt-3.5-turbo": [Airforce], "gpt-4": [Mhystical], "gpt-4-turbo": [Airforce], "gpt-4o-mini": [Pizzagpt, Airforce, ChatGptEs, DDG], "gpt-4o": [Blackbox, ChatGptEs, Airforce], "claude-3-haiku": [DDG, Airforce], "claude-3.5-sonnet": [Blackbox, Airforce], "blackbox": [Blackbox], "blackbox-pro": [Blackbox], "gemini-flash": [Blackbox, Airforce], "gemini-pro":...