Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
weather-chatbot-phi3
Advanced tools
An LLM Chatbot integrated with Open Weather API for Real-Time Weather Information.
An LLM Chatbot integrated with Open Weather API for Real-Time Weather Information.
LangChain
for agent-based interactions.llama-cpp-python
.phi-3-mini-4k-instruct-gguf
model.You can install the package using pip:
pip install weather-chatbot-phi3
weather-chatbot-phi3
from weather_chatbot import app
app.main()
##Try it out on Google Colab
You can try out the Weather Chatbot on Google Colab by clicking here.
This project leverages the power of LangChain
for orchestrating the LLM interactions. Here's a breakdown of the key components:
WeatherLookup
: Fetches current weather data.ForecastLookup
: Retrieves weather forecast for the next two days.llama-cpp-python
The language model used is the phi-3-mini-4k-instruct-gguf
, which supports a context length of 128k tokens. This model is run on the CPU using llama-cpp-python
, ensuring that it can operate efficiently without the need for GPU resources.
This project is licensed under the CC BY-NC-SA 4.0 License.
FAQs
An LLM Chatbot integrated with Open Weather API for Real-Time Weather Information.
We found that weather-chatbot-phi3 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.