Zafer Akçalı
Zafer Akçalı
try to use page.setViewport after const response = await page.goto
this one runs faster, by using numpy arrays instead of pandas.series on my 376 items xu100 market. Please ensure that you are not sending an empty array. # Calculate money...
I got the siimilar error with Gemini 1.5 Pro v1beta chat api. `Response was blocked due to OTHER. Inspect response object for details. Response received {"promptFeedback":{"blockReason":"OTHER"}}` `GoogleGenerativeAIResponseError: [GoogleGenerativeAI Error]: Text...
this is a working python code values are different from tradingview or investing, but timing of +di and -di crossovers are correct # adx, +di, -di embedded, reference from: [https://medium.com/codex/does-combining-adx-and-rsi-create-a-better-profitable-trading-strategy-125a90c36ac](url)...
additional note: after getting RECITATION error, chat sessions ends with nodejs api. Because last element of history contains empty parts as follows: `{ parts: [], role: 'model' }` and if...
how to set-up "systemInstructions"? main documentation refers to pythonCode: `model=genai.GenerativeModel( model_name="gemini-1.5-pro-latest", system_instruction="You are a cat. Your name is Neko.")`
my answer to my Question: ` const model = genAI.getGenerativeModel({ model: "gemini-1.5-pro-latest", systemInstruction: { role: "system", parts: [{ text: "your name is bob" }] }, }, { apiVersion: 'v1beta', generationConfig,...
I'm not sure if the opening post is true. Maybe the correct context must be like that `const systemInstruction = { role: "system", parts: [{ text: "Your name is bob"...