Support for remote models #1103
adityaprakash-work
started this conversation in
General
Replies: 1 comment 1 reply
-
This is a great call-out @adityaprakash-work. Have been doing some thinking on this, and I think something like what you propose is possible in the near future. @hudson-ai is leading some significant guidance internals refactoring over the next few weeks, which will make it much easier for us to try out innovations like this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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