Collin Dutter

Results 42 comments of Collin Dutter

Is there a particular method of interacting with local models you're interested in? We're already looking into support for [Text Generation Interface](https://huggingface.co/docs/text-generation-inference/index) via #89 which should allow for local models.

@mgcollie the `RestApiClient`, or even a custom Tool, sounds like a suitable solution for now. But lets keep this issue open so we can continue evaluating a long term solution...

I think adding _anything_ after the language will make [check_code_block](https://github.com/koaning/mktestdocs/blob/main/mktestdocs/__main__.py#L80) deem the codeblock as invalid and filter it out in [grab_code_blocks](https://github.com/koaning/mktestdocs/blob/main/mktestdocs/__main__.py#L105). I.e ``` ``` python asdfIGNORE ```

Hey @jimatregrello thanks for trying out Griptape, and for the great feedback! This is something we've been playing with internally, I think need a `StructureRunnerTask` and `StructureRunnerTool`. That would enable...

> it would be nice if you could elaborate on the decision to remove task_memory from the config classes. Originally they were added here to make configuring Task Memory easier....

`CompletionStreamChunk` https://github.com/griptape-ai/griptape/issues/258

@riveroreyes this works great, thank you! One question I've got is how to pass information from the parent application into the plugin. I would think it needs to happen somewhere...

Thanks for the report @njedema. I'm able to reproduce on my end; will keep you updated on a solution.

After thinking about this a bit more, this will actually be an issue with _all_ Drivers. It just so happens that Llama has a relatively small context window. Do we...

Nice work but...docs. There's no escaping them now 😄