Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Reproduce GPT4 Evaluations #11

Open
snova-guhae opened this issue Jul 1, 2024 · 1 comment
Open

Cannot Reproduce GPT4 Evaluations #11

snova-guhae opened this issue Jul 1, 2024 · 1 comment

Comments

@snova-guhae
Copy link

I get "ValueError: not enough values to unpack (expected 2, got 1)" when I try

func_signature, func_docstring = tool_conv.description.split(" - ", 1)

This is with any of the benchmarks. This is in the Benchmark_GPT4.ipynb file. My LangChain version is 0.2.6. Does this differ from the expected versioning? Thank you!

@ohsuz
Copy link

ohsuz commented Aug 28, 2024

I faced the same error and solved it using langchain==0.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants