Skip to content

parameterman/streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config2LlmWorkflow

一个基于配置文件的LLM工作流框架,支持多种LLM模型,支持多种数据源,支持多种输出格式。

如何启动项目

  1. 安装环境
conda create -n config2llmworkflow python=3.10
conda activate config2llmworkflow
pip install poetry # 安装poetry包管理器
conda activate config2llmworkflow # 再次激活环境
  1. 安装依赖
poetry install
  1. 启动项目
streamlit run app.py -- --config ./configs/config.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages