PHP Classes

File: .env.example

Recommend this page to a friend!
  Classes of Mateo   Ollama Artificial Intelligence PHP Telegram Bot   .env.example   Download  
File: .env.example
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Ollama Artificial Intelligence PHP Telegram Bot
Telegram bot to interact with Ollama AI models
Author: By
Last change:
Date: 4 months ago
Size: 283 bytes
 

Contents

Class file image Download
# Db DB_HOST=127.0.0.1 # Change to localhost DB_USER=ollama DB_NAME=bot DB_PASS=ollamasecret # Bot BOT_TOKEN="" BOT_LOG_CHANNEL_ID="" # Channel ID for logging # Other OLLAMA_HOST="http://localhost:11434" # Change if you are using a external api BASE_DIR="./" LOG_DIR="${PWD}/logs"