From 675975d951a454dcecb96d3ba6b691e5da85fbd5 Mon Sep 17 00:00:00 2001 From: SMKRV Date: Tue, 19 Nov 2024 19:31:26 +0300 Subject: [PATCH] Minor changes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 39bb2e2..64b206d 100644 --- a/README.md +++ b/README.md @@ -146,24 +146,31 @@ data: ## 📘 FAQ **Q: Which AI providers are supported?** + A: Currently OpenAI (GPT models) and Anthropic (Claude models) are supported, with more providers planned. **Q: How can I reduce API costs?** + A: Use GPT-3.5-Turbo or Claude-3-Sonnet for most queries, implement caching, and optimize token usage. **Q: Can I use custom models?** + A: Yes, you can configure custom endpoints and use any compatible model by specifying it in the configuration. **Q: How do I switch between different AI providers?** + A: Simply change the model parameter in your configuration or service calls to use the desired provider's model. **Q: How can I reduce API costs?** + A: Use GPT-3.5-Turbo for most queries, implement caching, and optimize token usage. **Q: Is my data secure?** + A: Yes, API keys are stored securely and data is transmitted via encrypted connections. **Q: Can I use custom models?** + A: Yes, configure custom endpoints and models via configuration options. ## 🤝 Contributing