david l euler
david l euler
I created the echo mcp server as documented by FastMCP like this : ``` from fastmcp import FastMCP mcp = FastMCP("Echo") @mcp.resource("echo://{message}") def echo_resource(message: str) -> str: """Echo a message...
I remember the project has a GPU for computer use 2 month ago. I couldn't find computer use anymore. Does the project still support computer use with a GUI frontend?
When I tried sudo su, it failed with "sudo not found". What's the root password for the image? Thanks
a minor fix to keep consistency with Dockefile and README instructions.
It is amazing that the mixtral-8x7b-instruct-v0.1.Q6_K GGUF got a 25% passes.
1.allow configuration of OPENAI_API_BASE, and use gpt-4o-mini by default; 2.fix command line example; 3.upgrade code to support upgrade openai library