https://github.com/my-challenges-for-work/__AI__chatbot-with-ChatGPT
An agent that responds to weather-related queries. If it is a weather-related question, it responds based on the information indexed in the database. For predictions, it consults the ChatGPT API.
https://github.com/my-challenges-for-work/__AI__chatbot-with-ChatGPT
chatbot langchain python
Last synced: 12 months ago
JSON representation
An agent that responds to weather-related queries. If it is a weather-related question, it responds based on the information indexed in the database. For predictions, it consults the ChatGPT API.
- Host: GitHub
- URL: https://github.com/my-challenges-for-work/__AI__chatbot-with-ChatGPT
- Owner: my-challenges-for-work
- License: apache-2.0
- Created: 2023-05-17T07:16:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T16:35:17.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T06:48:13.587Z (over 1 year ago)
- Topics: chatbot, langchain, python
- Language: JavaScript
- Homepage:
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project
Create a robot with artificial intelligence capable of answering questions about the weather and the weather forecast in the city of Santiago de Chile.

# Deploy
## requirement
You need to have installed docker in your computer.
## steps
You first need to unzip the file. Then execute the following
```
docker compose up -d
```
after that, go to the following URL in your local computer
```
http://0.0.0.0:3000/chatbot
```
# Examples:
¿Cómo es el clima en Santiago durante el Invierno?

¿Qué temperatura hará el 3 de mayo en Santiago?

# Observation
- In order to get acurate answer the temperature of the LLM was set to 0.