jonathanagustin

Results 15 comments of jonathanagustin

I'm trying to do this with GitHub gists: https://github.com/drengskapur/crumbcutter

> Nice! I have something similar, but for the Model Rules of Professional Conduct: #95 > > How did you evaluate on gpt-4? Or did you already have GPT-4 access...

@Toby-Mascot @SinanAkkoyun I understand that WSL is a solution. My concern is that WSL may be difficult to install for some. I also recognize that Unix-based OS is also difficult...

I observe this: ```console FileNotFoundError: [Errno 2] No such file or directory: '/tmp/evallogs/None' ``` Notice that it says: `/tmp/evallogs/None` A likely issue is that a variable is not initialized. Observe...

@chatbots, There's tradeoffs with Python for sure. Python is generally easy to understand, and this allows for more people to contribute. You don't need to pay attention to pointers and...

@avery-bub, Thanks for making an eval for MPRC rules. I thought you might be curious about the accuracy of GPT-4 with your eval: ## **GPT-4 ACCURACY: 0.8317757009345794** ```console (env) user@user:/tmp/evals$...

@ulasdilek I'm trying to make a PR for this. The PR will address the separator issue by using `os.path.sep` instead.

I had a similar concern with #209. The issue was recently closed and the direction given was to make a PR for it. I don't know if they will add...

I believe ChatGPT with model gpt-4 (within the browser) is using GPT-4 with additional context. I also believe the Chat API (not within the browser) with model `gpt-4` (like in...