Amos Ng

Results 15 issues of Amos Ng

Hey, thanks for making this great project! I had to customize it slightly for my own use case. Just letting you see what I did in case you're interested in...

### Describe the bug My end-to-end tests on GitHub CI started breaking today: ``` [0-0] 2024-02-09T02:56:58.452Z ERROR webdriver: Request failed with status 500 due to session not created: Failed to...

type: bug
scope: webdriver
status: needs triage

Hello! When I try to click on "Placebo classification and description" on the homepage, the JS tries to access [`https://oughtinc.github.io/static/traces/01GCZNZ1YC0XRE1QHSAV6MPWJD/trace.jsonl`](https://oughtinc.github.io/static/traces/01GCZNZ1YC0XRE1QHSAV6MPWJD/trace.jsonl), which 404's. I assume that this is not intentional? :)

I wish to retain control over the `CreateChatCompletionRequest` for logging and caching purposes after the call is made. Since the `create` function doesn't actually need to own any of the...

I have a ```rs pub session: Option, ``` I want to get the existing output of a process after 100ms. This seemed to work at first: ```rs let output =...