Made changes to suit Openwebui

This commit is contained in:
Iyeoluwa Akinrinola
2025-05-09 16:47:30 +01:00
parent ac98999507
commit 9535052645
14 changed files with 93 additions and 330 deletions
-5
View File
@@ -6,11 +6,6 @@ import uvicorn
import os
import sys
# Set environment variables for testing
os.environ['PINECONE_API_KEY'] = 'test-key'
os.environ['PINECONE_ENVIRONMENT'] = 'test-env'
os.environ['OPENAI_API_KEY'] = 'test-key'
# Run the service
if __name__ == "__main__":
print("Starting AI service on 0.0.0.0:5251")