https://github.com/uday160386/chat_app_spring-ai_azure_ai
a chat app example using open AI and spring AI
https://github.com/uday160386/chat_app_spring-ai_azure_ai
ai-ml azure-ai chatbot java openai prompt-engineering spring-ai vuk-ai-cloud
Last synced: 7 months ago
JSON representation
a chat app example using open AI and spring AI
- Host: GitHub
- URL: https://github.com/uday160386/chat_app_spring-ai_azure_ai
- Owner: uday160386
- Created: 2024-05-18T01:03:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T01:05:51.000Z (over 1 year ago)
- Last Synced: 2025-01-13T14:28:08.909Z (9 months ago)
- Topics: ai-ml, azure-ai, chatbot, java, openai, prompt-engineering, spring-ai, vuk-ai-cloud
- Language: Java
- Homepage:
- Size: 58.8 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Developed a ChatBot using Spring AI and Open API
### BuzzWords..
```agsl
- Prompt Enigneering
- ChatBot
- Open AI
```### Pre-requisites:
- Export Open API key
- export OPENAI_API_KEY=
### How to run?
mvn clean install spring-boot:run### How to test chatBot?
curl --location 'http://localhost:9190/movies/ai/chat?aboutMovie=lordofthering'