ニケちゃん / nikechan

Results 15 comments of ニケちゃん / nikechan

I have same issue. C:\Users\xxxxx\anaconda3\lib\site-packages\minecraft_launcher_lib\microsoft_account.py ``` def authenticate_with_minecraft(userhash: str, xsts_token: str) -> MinecraftAuthenticateResponse: """ Authenticate with Minecraft """ parameters = { "identityToken": f"XBL3.0 x={userhash};{xsts_token}" } header = { "Content-Type": "application/json",...

yse, I tried both conditions, but it' doesn't work. Why we got 403 error? Which authentication we couldn't pass?

@lukaemon Thanks advice!! I counld start Voyager. Do you know the difference of these ways to play? mc_port way is not recommended?

Please check by google, or ask ChatGPT. Your question is not related with this repository.

I got the same outcome. How did you fix it?

I'm also very interested in this project. However, I think that the current specifications of the Assistants API are a little unsatisfactory. Particularly difficult is the inability to control the...

Actually, Assistants API is beta version and it's unstable I think. So, it's not time to merge to OI yet.

I got same error when I tried below: I'll try to fix it. ```python import interpreter interpreter.auto_run = True interpreter.vision = True interpreter.chat("Please read text in this image /Users/user/Downloads/test.png") ```...

Here, this `search` method's argument should be string or buffer. But When I got an error, it was list type. It's a reason. This is a bug in the program....

Problem is here. Type "image" in message create "array" content as new_message, but above code I wrote doesn't allow array. This happens in only python version. https://github.com/KillianLucas/open-interpreter/blob/05daedee6279637f1e98ad5737b4b604a8e3be3c/interpreter/core/utils/convert_to_openai_messages.py#L68-L100