You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Provider Integration: Introduce a new OpenAI compatible provider named akasha-whisper in akasha-agent, akin to existing integrations like OpenAI and Zhipu.
User Information Handling:
When sending a request to the chat/complete endpoint, utilize the user's email obtained via OAuth authentication to populate the user field in the request.
If the email is not available, default the user field to an empty string.
Configuration Parameters
To support this new provider, the following configuration fields should be added to the environment variables:
Adding akasha-whisper as an OpenAI Provider in Akasha-Agent
Reference: how to add an openai compatible provider
Feature Overview
akasha-whisper
in akasha-agent, akin to existing integrations like OpenAI and Zhipu.chat/complete
endpoint, utilize the user's email obtained via OAuth authentication to populate theuser
field in the request.user
field to an empty string.Configuration Parameters
To support this new provider, the following configuration fields should be added to the environment variables:
The text was updated successfully, but these errors were encountered: