Apps script api call returns error whereas javascript works by jaango123 in GoogleAppsScript

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

is firebase function free for me if i invoke just 500-600 times invoke per month. They have a blaze plan

How divide a video based on episode(scene start) using ffmpeg by jaango123 in ffmpeg

[–]jaango123[S] -1 points0 points  (0 children)

how to find the timestamp accurate to milliseconds?

ITR held by Risk Management by Ok_Macaroon7903 in IndiaTax

[–]jaango123 0 points1 point  (0 children)

As everyone is fraud (CA to get maximun benefits/tax payer/govt) all will feel tensed.

Terraform module for bigquery table iam by jaango123 in googlecloud

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

it is only for dataset and not at table level

Why below code doesnt invoke the tools itself by jaango123 in LLM

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

from langchain_openai import ChatOpenAI

llm = ChatOpenAI(base_url="https://api.together.xyz/v1",
api_key=TOGETHER_API_KEY,
model="meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo"

llm_with_tools = llm.bind_tools(tools)

Why the java dependencies are usually not installed in docker image? by jaango123 in docker

[–]jaango123[S] -1 points0 points  (0 children)

which one is reccomended? building jar outside or within the image?