Add NanoGPT as chat completions provider

This commit is contained in:
dylan
2024-10-26 16:42:09 +13:00
parent 21c4ac7abf
commit 0882fb2d15
5 changed files with 106 additions and 0 deletions

View File

@ -200,6 +200,7 @@ export const CHAT_COMPLETION_SOURCES = {
GROQ: 'groq',
ZEROONEAI: '01ai',
BLOCKENTROPY: 'blockentropy',
NANOGPT: 'nanogpt',
};
/**