Open quantumalchemy opened 8 months ago
The search_rag api is on error : curl -X POST https://api.sciphi.ai/search_rag \ -H "Authorization: Bearer xxx" \ -H "Content-Type: application/json" \ -d '{ "query": "Explain the Turing Test", "search_provider": "bing", "llm_model": "SciPhi/Sensei-7B-V1", "temperature": 0.2, "top_p": 0.95 }' --> Internal Server Error
got this same error
The search_rag api is on error : curl -X POST https://api.sciphi.ai/search_rag \ -H "Authorization: Bearer xxx" \ -H "Content-Type: application/json" \ -d '{ "query": "Explain the Turing Test", "search_provider": "bing", "llm_model": "SciPhi/Sensei-7B-V1", "temperature": 0.2, "top_p": 0.95 }' --> Internal Server Error