ianarawjo / ianarawjo/ChainForge

models with a slash in them only use the part after the slash :-(

Open
#186 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
3k
Forks
256
Avg merge
4h 40m
Merged PRs (30d)
22

Description

i have a custom provider
the provider takes a list of possible models
```
models=["allenai/tulu2-1", "allenai/tulu2-2", "allenai/tulu2-3", "allenai/tulu2-4"],
```
this shows properly in the ui, but when the provider calls the model py method i see `print(model) => tulu2-1`
(note the missing 'allenai/')
i also tried,
```
models=["allenai//tulu2-1", "allenai//tulu2-2", "allenai//tulu2-3", "allenai//tulu2-4"],
```
with no change.

please allow passing mull model name to the provider
(note, i am not blocked, in this case, i can hardcode the missing part...)

thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.