huggingface / speech-to-speech

Speech To Speech: an effort for an open-sourced and modular GPT4-o
Apache License 2.0
3.53k stars 367 forks source link

Integration with OpenAI API #103

Open Devloper-RG opened 2 months ago

Devloper-RG commented 2 months ago

I’m looking to understand the expected timeline for integrating this system with the OpenAI API. Could you provide any details on when this integration might be available or if there are any updates on its progress?

eustlb commented 1 month ago

Hey, as you can see we currently have a PR for OpenAI API integration that is very close from being merged. Such integration will definitely be available by the end of this week 🤗

Devloper-RG commented 1 month ago

@eustlb That sounds amazing! I'm really excited about the OpenAI API integration and can't wait to see it in action. Looking forward to the final merge this week and exploring the new capabilities it will bring. Keep up the great work!

eustlb commented 1 month ago

The OpenAI API PR (#81) is now merged! Use it with the following parameters: --llm open_api --open_api_api_key YOUR_API_KEY --open_api_init_chat_prompt "You are an helpfull AI assistant" --open_api_stream True --open_api_model_name gpt-3.5-turbo