Views
No views yet
1{
2 "name": "andy",
3 "model": {
4 "api": "openai",
5 "url": "http://localhost:1234/v1",
6 "model": "Andy-Feather-V3-700m"
7 },
8 "embedding": {
9 "api": "openai",
10 "url": "http://localhost:1234/v1",
11 "model": "text-embedding-nomic-embed-text-v1.5"
12 }
13}1{
2 "OPENAI_API_KEY": "http://localhost:1234/v1",
3 "OPENAI_ORG_ID": "",
4 "GEMINI_API_KEY": "",
5 "ANTHROPIC_API_KEY": "",
6 "REPLICATE_API_KEY": "",
7 "GROQCLOUD_API_KEY": "",
8 "HUGGINGFACE_API_KEY": "",
9 "QWEN_API_KEY": "",
10 "XAI_API_KEY": "",
11 "MISTRAL_API_KEY": "",
12 "DEEPSEEK_API_KEY": "",
13 "GHLF_API_KEY": "",
14 "HYPERBOLIC_API_KEY": "",
15 "NOVITA_API_KEY": "",
16 "OPENROUTER_API_KEY": "",
17 "CEREBRAS_API_KEY": "",
18 "MERCURY_API_KEY":""
19}This work uses data and models created by @Sweaterdog.@misc{vonwerra2022trl,
title = {{TRL: Transformer Reinforcement Learning}},
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
year = {2020},
journal = {GitHub repository},
publisher = {GitHub},
howpublished = {\url{https://github.com/huggingface/trl}}
}
@misc{liquidai_lfm2_700m,
title = {LFM2-700M},
author = {Liquid AI},
year = {2024},
howpublished = {\url{https://huggingface.co/LiquidAI/LFM2-700M}}
}