Welcome to mLLMCelltype Discussions! #7
Replies: 2 comments 11 replies
-
|
你好,我是一名中国的用户,我在=== Starting check_consensus function ===环节反复遇到错误。 1、我使用OpenRouter 作为统一接入点; 2、这是我的原始代码: 3、我的问题在于每次都存在共识检查失败: (2)然而我明明设置了 consensus_check_model = "anthropic/claude-3-7-sonnet-20250219",为什么无法按照我设置的模型进行共识检查呢?已经更换多种模型依然无法有效解决。 似乎,程序总是按照GPT 4o作为共识检查模型。你明白的,这在中国大陆不是很容易。而且OpenRouter用一条api集成多种模型,对中国大陆的用户非常方便。 所以您能解决这一问题吗?或者您还需要我提供更多详细信息吗?谢谢您! Hello, I am a user from China, and I repeatedly encounter errors at the === Starting check_consensus function === stage.
consensus_results <- interactive_consensus_annotation(
input = scRNA_harmony_marker2,
tissue_name = "human osteosarcoma tissues", # Directly provide the natural language description of the tissue
models = c(
"anthropic/claude-3-7-sonnet-20250219",
"meta-llama/llama-3-70b-instruct",
"google/gemini-2.5-pro-preview-03-25"
),
api_keys = list(
openrouter = "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"
),
top_gene_count = 10,
controversy_threshold = 0.7,
entropy_threshold = 1,
max_discussion_rounds = 1,
consensus_check_model = "anthropic/claude-3-7-sonnet-20250219",
cache_dir = cache_dir
)
(1) The error message is as follows: (2) However, I have clearly set It seems that the program always uses GPT-4o as the consensus check model. You understand that this is not very easy in mainland China. Moreover, OpenRouter integrates multiple models with a single API, which is very convenient for users in mainland China. So can you solve this issue? Or do you need me to provide more detailed information? Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
Hey, I am getting this error in my macbook m3 pro ImportError: cannot import name 'genai' from 'google' (unknown location) I tried pip install google-generativeai, and import google.generativeai as genai But still the same. I was actually trying to use deepseek r1 and I am not sure why it was trying to force import genai. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
👋 Welcome to the mLLMCelltype Discussion Forum!
We've created this discussion space as a platform to connect our community members. We hope you'll use this forum to:
We believe in building an inclusive, supportive community where everyone can contribute regardless of their background or expertise level. Whether you're a bioinformatician, computational biologist, AI researcher, or just curious about the intersection of LLMs and single-cell analysis, you're welcome here!
To get started, feel free to introduce yourself in the comments and share what brought you to mLLMCelltype.
Happy discussing! 🧬🤖
Beta Was this translation helpful? Give feedback.
All reactions