A python script acting as a interface between openrouter LLM models and openweb ui
Go to file
Helge-Mikael Nordgård 5303d7829d Added SQL RAG example
2025-01-24 01:04:19 +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
02_oms_sql_pipeline.py Added SQL RAG example 2025-01-24 01:04:19 +01:00
00_simple_chat_interface.py Fixed to return correct value of json response 2025-01-23 20:25:32 +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