An open API service indexing awesome lists of open source software.

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.

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.
![](doc/project.png)
# 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?
![](doc/question_1.jpeg)
¿Qué temperatura hará el 3 de mayo en Santiago?
![](doc/question_1.jpeg)

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