Shenghui
Shenghui
I'm confused too. The documentation says that flavor ='seurat' or flavor ='cell_ranger' needs logarithmic data. Why the data is transformed back out of logspace using X=np.expm1(X) if flavor='seurat' ? Doesn't...
I also have the issue I have the test.py ``` from fastmcp import FastMCP # Original server original_server = FastMCP(name="Original") @original_server.tool() def tool_a() -> str: """print A""" return "A" #...
@AlokRanjanSwain thanks, yes,it is available in streamable http .
@ysolanky Hi, I know Model usually will get api_key in using `getenv`, like `getenv("DEEPSEEK_API_KEY", None)` ``` @dataclass class DeepSeek(OpenAILike): """ A class for interacting with DeepSeek models. For more information,...
@jlowin Yes, I agree you. there are some complex servers, not simple single server file, maybe need this...although there are another way to call, but this one is fast and...
For example, when use deepseek reasoning model (model id: deepseek-r1 ) from ohter LLM provider, it didn't consider it is a reasoning model 
> @huang-sh Please see PR #2197 and let me know if it resolves the concern this PR is addressing. I am sorry to step on your toes. I needed to...
@dirkbrnd Hi, I have added it.
@Mustafa-Esoofally Great, thanks. You have make lots of work before. What I can do is making little change in [libs/agno/agno/reasoning/deepseek.py](https://github.com/agno-agi/agno/pull/2193/files#diff-2eca77bb8cb6741186279d3d7caba4c6dc8002c21e22d496c158ad03b682a223), add a conditional judgment, because the unofficial DeepSeek reasoning model...
@Mustafa-Esoofally Hey, have add url for aliyun api key application