Ollama-Chat/settings.gradle
Sar 2b992e39a7
fix: correct OpenAI API request format
This commit addresses a bug where the OpenAI API request was improperly formatted, leading to failed requests. The fix ensures the request payload adheres to the expected structure. Additionally, it incorporates the completed work from the feature-chat-history-save-call branch, which implements chat history persistence and retrieval features. All changes have been tested to confirm successful API communication and history management.
2025-03-06 21:57:48 +08:00

2 lines
32 B
Groovy

rootProject.name = 'OllamaChat'