We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with external tools
NA
now the embedder config can't support the openAI proxy
crewai/utilities/embedding_configurator.py line 65
@staticmethod def _configure_openai(config, model_name): from chromadb.utils.embedding_functions.openai_embedding_function import ( OpenAIEmbeddingFunction, ) return OpenAIEmbeddingFunction( api_key=config.get("api_key") or os.getenv("OPENAI_API_KEY"), api_base=config.get("api_base") or os.getenv("OPENAI_API_BASE"), model_name=model_name, )
No response
Yes, I'd be happy to submit a pull request
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Area
Integration with external tools
Is your feature request related to a an existing bug? Please link it here.
NA
Describe the solution you'd like
now the embedder config can't support the openAI proxy
Describe alternatives you've considered
Additional context
No response
Willingness to Contribute
Yes, I'd be happy to submit a pull request
The text was updated successfully, but these errors were encountered: