Support for remote models #1103
adityaprakash-work
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really like guidance's API. However, remote models don't seem to work with most of the useful APIs like gen, json, select etc. For gen I usually have to break the assistant block into one assistant block having
lm += gen(...)
and the rest. I was wondering how others are approaching this problem. I don't want to use workarounds because it defeats the whole purpose of using guidance in the first place. Can't we build something, an intermediate layer that emulates a local model using a remote one? Of course I am willing to accept the additional latency because my projects will have the option to swap the model with an actually local one and I wouldn't have to write 2 separate cases; remote and local.What I am looking for:
Beta Was this translation helpful? Give feedback.
All reactions