Basem Sufan
Results
2
comments of
Basem Sufan
> Execute the following command to check whether OPENAI_API_BASE is correct. > > ```shell > openai -b "http://127.0.0.1:5001/v1" api chat_completions.create -m gpt-3.5-turbo -g user "Hello world" > ``` It's working...
> Jumping in here because I'm interested in using open-source model from oobabooga webui. However, from your comments here you are using the webui to interface with gpt-3.5, which isn't...