luigi local changes
This commit is contained in:
@@ -11,7 +11,7 @@ def _():
|
||||
import ollama
|
||||
from ollama import Client
|
||||
|
||||
QUMO_OLLAMA_URL = 'http://ollama-vb.tail44fa00.ts.net:11434'
|
||||
QUMO_OLLAMA_URL = 'http://hiperf-gpu.tail44fa00.ts.net:11434'
|
||||
return Client, QUMO_OLLAMA_URL, mo, requests
|
||||
|
||||
|
||||
|
||||
@@ -20,6 +20,12 @@ def _():
|
||||
return (client,)
|
||||
|
||||
|
||||
@app.cell
|
||||
def _():
|
||||
print("Hello")
|
||||
return
|
||||
|
||||
|
||||
@app.cell(hide_code=True)
|
||||
def _(mo):
|
||||
mo.md(r"""
|
||||
|
||||
Reference in New Issue
Block a user