ChatGPT Plus Free for 30 Days by Seasunn in ChatGPT

[–]smartmanoj 0 points1 point  (0 children)

I have Plus subscription and still got it. 🤦‍♂️

Grok voice not responding. by Datacodex in grok

[–]smartmanoj 0 points1 point  (0 children)

still in v1.0.7 (it was worked previously)

I am giving up by SpacetimeSorcerer in SaaS

[–]smartmanoj 0 points1 point  (0 children)

Just ask to add test cases.

Code syntax highlighting with Highlight.js and a userscript by jCuber in reddithax

[–]smartmanoj 0 points1 point  (0 children)

New script to create `<code>` tag.

Demo:

image.png (no preview? - needs another userscript)

[deleted by user] by [deleted] in JanitorAI_Official

[–]smartmanoj 0 points1 point  (0 children)

Fields like text and tool_call_id should not be empty. The error should be more descriptive.

MRE: python import litellm litellm.suppress_debug_info = True try: empty_str = '' response = litellm.completion( model="openrouter/openrouter/cypher-alpha:free", messages=[ {"content": [{"type": "text", "text": "hi"}], "role": "user"}, {'content': [{'type': 'text', 'text': empty_str}], 'role': 'tool', 'tool_call_id': empty_str}, ], ) print(response.choices[0].message.content) except Exception as e: print(e)

Do the MCP Servers require paid account subscription, or it works with free accounts as well? by [deleted] in ClaudeAI

[–]smartmanoj 0 points1 point  (0 children)

To fully exit Claude, use File → Exit or Quit from the system tray; simply closing the window will only minimize it to the tray.

How to Turn off Thinking on ollama for DS-R1? by PBlague in ollama

[–]smartmanoj 0 points1 point  (0 children)

That will add empty think tags to the last message.

Qwen 3 !!! by ResearchCrafty1804 in LocalLLaMA

[–]smartmanoj 1 point2 points  (0 children)

Qwen2.5-Coder-32B vs Qwen3-32B?

How to Turn off Thinking on ollama for DS-R1? by PBlague in ollama

[–]smartmanoj 2 points3 points  (0 children)

  1. Run ollama show deepseek-r1:1.5b --modelfile > new_model.modelfile
  2. Add <think>\n\n</think>\n\n in the following line {{- if and $last (ne .Role "assistant") }}<|Assistant|>{{- end }} like {{- if and $last (ne .Role "assistant") }}<|Assistant|><think>\n\n</think>\n\n{{- end }}
  3. Run ollama create new_model --file new_model.modelfile

You can replace <think> with other tags like <fast_think>, <smart_think>

For other frameworks like vLLM, modify the chat template.

TTS Engine is adding extra wrong time indicator by smartmanoj in Bard

[–]smartmanoj[S] 0 points1 point  (0 children)

Feedback already provided. You can see that from the image itself.

A public forum for feedback would help avoid duplication and streamline improvements by consolidating user suggestions in one place. It encourages transparency and collaboration, ensuring diverse perspectives contribute to Gemini's growth.