|
|
|
|
|
by krautt
1040 days ago
|
|
there is no technical reason why you couldn't unbolt openai interface and bolt in llama. Moreover, once you have this, you need only load the model into memory once. emulating different agents would be handled exclusively through the context window sizes that llm's expect. each agent would just have its own evolving context window. roundrobin the submissions. repeat what's crazy to think about is what new things will become possible as the context window sizes creep up. |
|