Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
5 views

I am creating an LLM Agent Chat app with Gradio, Using the gr.ChatInterface block In My app the LLM agent attempt to insert an image like this: ![plot](/file=plots/temporal_trend_02703163.png) but ...
fccoelho's user avatar
  • 6,272
-1 votes
0 answers
25 views

I cannot get check50 to greenlight my test_fuel.py. Having sat on this problem like forever, I neeed help: Fuel.py works as expected, all cases I tried work as specified The tests in test_fuel are ...
Christian Farwig's user avatar
-9 votes
0 answers
31 views

I'm trying to enhance my skills in computer sciences so i begin to do contest in programming. i have begin with Google code Jam 2008. Everything was all rigth until i found a problem where i really ...
Matthew92's user avatar
-1 votes
0 answers
20 views

I formalized my tables User and Employee to inherit from model Person, now when I log in I cannot access data attributes from child classes. Base class: class Person(db_connection.Base): Id= ...
Delivery-TI's user avatar
Best practices
0 votes
0 replies
15 views

Suppose that I have a jax pytree with n leaves and a set of distinct functions to apply to each leaf of the pytree. I can do the following: from functools import partial import jax # Function to ...
Ben's user avatar
  • 539
-4 votes
0 answers
12 views

I am currently writing my Bachelor's thesis on using Generative AI (LLMs like GPT-4o) to automate dashboard creation in Salesforce CRM Analytics (CRMA). I’ve run into a specific technical phenomenon ...
Valentin Arifi's user avatar
0 votes
0 answers
15 views

I am trying to program an Lego EV3 robot using MicroPython. If one of the sensors is triggered (like the Touch Sensor, for example) the robot is supposed to speak. However, if the robot is actively ...
John Gerken's user avatar
0 votes
0 answers
6 views

I have successfully configured all the details to pull Amazon ads data using the v3 api, but the problem is that I am getting too few rows per report, as opposed to when I manually download the ...
ihatecode's user avatar
3 votes
1 answer
30 views

I am trying to use a dropdown menu in Plotly to update an image created using imshow. It renders fine initially, but using the dropdown to select new entries just gives me an empty array image. I'm a ...
ChrisM's user avatar
  • 2,300
-2 votes
2 answers
62 views

I am trying to modify a list inside a function, but the changes are not reflected outside the function. def update_list(my_list): my_list = my_list + [4] nums = [1, 2, 3] update_list(nums) print(...
Archit Bishnoi's user avatar
1 vote
0 answers
25 views

I make vk bot by vkbottle. 1 bot handles few communities, by this i use async method run_polling(), If i use run_forever() method bot handle only 1 community in time import asyncio from vkbottle.bot ...
Daniil's user avatar
  • 11
-1 votes
1 answer
65 views

Multiple pages on the Internet, including answers to this SO question and this page from a training company, say that you should handle Ctrl-C in python with code similar to: import signal import sys ...
Michael Firth's user avatar
Best practices
0 votes
0 replies
41 views

I am developing a tool using Python that integrates AI (GitHub Copilot SDK). This tool processes CI/CD pipeline definitions and analyze their data. I was thinking about how to deal with security in ...
Felipe's user avatar
  • 379
-2 votes
0 answers
30 views

I've some python scripts which are working in my RDP server (Win11). I set a task schedule to make them work in everyday at 08:00 and 20:00. Every code that I have works perfectly except these two ...
Kerem Cavus's user avatar
4 votes
1 answer
109 views

Consider the following: import encodings print(sorted(set(encodings.aliases.aliases.values()))) Note that "utf-8" is not in the set and yet is probably the most commonly specified encoding ...
jackal's user avatar
  • 29.2k

15 30 50 per page
1
2 3 4 5
…
147204