2530909
2530909
In version 0.8, I'm using the main branch > Which version are you using, have you tried the main branch?
from metagpt.utils.token_counter import TOKEN_MAX print(TOKEN_MAX["gpt-4o"]) Traceback (most recent call last): File "C:\Users\xxxxxx\Desktop\MetaGPT\MetaGPT\.venv\Lib\site-packages\IPython\core\interactiveshell.py", line 3548, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "", line 1, in print(TOKEN_MAX["gpt-4o"]) ~~~~~~~~~^^^^^^^^^^ KeyError: 'gpt-4o' > 执行以下代码时,输出是否正常?...
> from metagpt.utils.token_counter import TOKEN_MAX print(TOKEN_MAX[“gpt-4o”]) 回溯(最近调用最后一次):文件“C:\Users\liuqihui\Desktop\MetaGPT\MetaGPT.venv\Lib\site-packages\IPython\core\interactiveshell.py”,第 3548 行,run_code exec(code_obj, self.user_global_ns, self.user_ns) 文件“”,第 1 行,在 print(TOKEN_MAX[“gpt-4o”]) ~~~~~~~~~^^^^^^^^^^ KeyError: 'gpt-4o' > > > 执行以下代码时,输出是否正常? > > ```python > > >>> from...
What does that mean? What am I supposed to do > Need to use main branch
I'll try > “Install latest development version” or “Install in development mode”: https://docs.deepwisdom.ai/main/en/guide/get_started/installation.html
I can't install the latest version of metagpt 0.81, and I'm not sure why. > “Install latest development version” 或 “Install in development mode” (安装最新开发版本) 或 “Install in development mode(以开发模式安装)”:https://docs.deepwisdom.ai/main/en/guide/get_started/installation.html