Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small chatbot application

Built with Java and Spring Boot

How to run the application:

  1. Clone the repository to your Intellij IDEA.

  2. Configure the Model: Open src/main/resources/application.properties and set the desired AI model after ai.model.name=... (e.g., ai.model.name=openrouter/free).

  3. Add your API Key: * In your IDE (e.g., IntelliJ), go to Edit Configurations.

    • Add an Environment Variable: OPENROUTER_KEY={your_api_key_here}.
  4. Launch: Start the application.

How to use:

  • Web Interface: Go to http://localhost:8080/ to start chatting in the UI.

  • API Documentation: Access the Swagger UI at http://localhost:8080/swagger-ui/index.html.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages