apeixinho
apeixinho
Hi, the metafile.java in question. ``` package org.bitlet.wetorrent; import static org.bitlet.wetorrent.util.Utils.toByteBuffer; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.nio.ByteBuffer; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.LinkedList; import java.util.List; import java.util.Map; import...
Well ... from my struggle with this .. I can share that not quoting "true" "false" values does lead to inconsistent behaviour I have a very similar docker compose and...
tested with `claude-3-5-sonnet` since I don't have access to other Anthropic LLMs. ``` import os from litellm import completion # set env os.environ["ANTHROPIC_API_KEY"] = "sgp_fd1b4edb60bf82b8_583b05eac759334bed1a12be31ff329d91dec2b5" messages = [{"role": "user", "content":...