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

https://github.com/austinksmith/phi

A Discord Bot Using Phi3 & Ollama
https://github.com/austinksmith/phi

Last synced: 10 months ago
JSON representation

A Discord Bot Using Phi3 & Ollama

Awesome Lists containing this project

README

          

# Phi - A Discord Chat Bot Using Ollama and Microsoft's Phi3 Model

#### Requirements
1. Node Version: v22.2.0
2. Ollama

#### Installation
1. Ensure you have the desired Node version (v22.2.0).
2. Install ollama https://github.com/ollama/ollama
3. Run `npm install` to install dependencies.
4. Rename .env.example file to .env, and edit it with your credentials:

.env

```
OLLAMA_API_URL="127.0.0.1:11434"
DISCORD_TOKEN=""
```

#### Running
`node phi.js`