ianarawjo

Results 23 issues of ianarawjo

Relevant if there is an interest in ideas around drawings-as-code: https://ianarawjo.medium.com/on-notational-programming-for-notebook-environments-710a7b4f35e6 And: https://github.com/ianarawjo/notate-jupyter for playing around

To fix: callback to Obj-C when katex.js has finished loading content.

Users should be able to export the prompt API calls data into python code for a prompt node, for use in other programs. (Either add … button -> “Export API...

low priority

I'm not sure exactly what this entails UI-wise (if anything), but consider the case of extremely long prompts (or input variables), some aspects of the interface, like the column name...

To access Llama-3 models, there's currently no easy way to do it within ChainForge. To fix this we'll add together.ai endpoint and expand the number of models.

high priority

ChainForge currently does rate-limiting but within batches of requests to model providers. If one calls `queryLLM` lots of times for single calls, the rate limiting won't be enforced. To fix...

low priority

Related to https://github.com/ianarawjo/ChainForge/issues/179 This is a massive change and there is about 24 hours of work left. I am in the midst of slowly chipping away at this.

high priority
refactor

The react-window library provides lazy loading of rows in a large table. Transition to this solution for the current slowdown problem when displaying large datasets.

help wanted
good first issue
low priority

TextFields has no maximum height and this can become a problem. Add a `ScrollArea` within the node body to limit the height.

easy fix

There are multiple different ways responses are being passed around in the code, and it would be nice to standardize this all to the `StandardLLMResponse` type in TypeScript. Relatedly, we...

refactor