A python script acting as a interface between openrouter LLM models and openweb ui
Go to file
2025-01-23 20:08:47 +01:00
.gitignore Updated readme and added gitignore 2025-01-23 19:55:11 +01:00
01_pipeline_tester.py Added simple echo example 2025-01-23 20:08:47 +01:00
00_simple_chat_interface.py Updated with try catch 2025-01-23 20:04:51 +01:00
README.md Added simple echo example 2025-01-23 20:08:47 +01:00

Example pipeline for Openweb UI

These python scripts are meant as a pipeline between Openweb UI and Openrouter

  1. 00: Queries a openrouter model and returns the response to the chat
  2. 01: Simple Echo example