Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
response
- Page 1
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
18 Hours Ago
by usmanmalik57
… another `function()` that returns the content attribute of the LLM
response
. ```python class WebState(TypedDict): input: str ai_msg: AIMessage output: str… before. Finally, you can extract URL sources from the LLM
response
using the following script. ```python sources = [annot['url'] for annot…
Re: Help needed Related Website
Digital Media
Digital Marketing
4 Days Ago
by ashishkumar56
… on digital marketing, SEO, SMM but i Cant get positive
response
. Some Expert Can help me If your articles on digital…
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
2 Weeks Ago
by usmanmalik57
… created:\n\n{article}\n\nSummary:"
response
= client.chat.completions.create( model=model_id,…quot;: prompt}], max_tokens=1150, temperature=0 ) generated_summary =
response
.choices[0].message.content rouge_scores = calculate_rouge(human_summary, generated_summary)…
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by lennyli
….Exec(command) ' Clean up Set objShell = Nothing ' Output the result
Response
.Write("Executable executed with result: " & result) %>…
DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization
Programming
Computer Science
2 Months Ago
by usmanmalik57
…": "user", "content": user_query } ] ) output =
response
.choices[0].message.content if "</think>"…strip().split("</think>")[-1].strip() return
response
return
response
.choices[0].message.content ``` Let's call the `…
How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by FarrisFahad
…-Type: application/json', 'Authorization: Basic ' . $authHeader ]); $
response
= curl_exec($ch); $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE); $error =… curl_error($ch); curl_close($ch); if ($
response
=== false) { die("cURL Error: " . …
Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by usmanmalik57
…('GROQ_API_KEY'), ) def generate_response(system_instructions, user_query):
response
= client.chat.completions.create( model="… f"tweet: {tweet}" ) sentiment_value =
response
= generate_response(system_instructions, user_query) all_sentiments.append({ 'tweet_id': i…
Re: Hi everyone, I'm Aurel clarissa
Community Center
Say Hello!
2 Months Ago
by Reverend Jim
And this is my
response
. Welcome to Daniweb.
Re: Ads Data - which platform
Digital Media
Digital Marketing
2 Months Ago
by Dani
Sorry for the late
response
to this, but yes, the purpose of the FB pixel is to track the performance of your Facebook ads. Here's some more information about it: https://www.facebook.com/business/tools/meta-pixel
Re: Page Crawling Issue
Digital Media
Digital Marketing
2 Months Ago
by ashleydent4u
… your pages. Another issue could be your website’s server
response
time; slow-loading pages might not be fully crawled. Try…
Re: How would we poison AI web crawls?
Hardware and Software
Information Security
2 Months Ago
by Reverend Jim
That was my third edit of a
response
. The first two were basically "old man yelling at clouds". 
Re: Ensuring data consistency and integrity
Hardware and Software
Cloud-based Apps
1 Month Ago
by Miles_0
Thanks for overwhelming
response
. How do you ensure efficient cache management with Memcached in such a distributed system, especially when fetching multiple items per page while minimizing cache misses?
Re: Convert website to apk
Hardware and Software
Cloud-based Apps
1 Month Ago
by Reverend Jim
If that is a demand then don't expect much in the way of positive feedback. If it is a request for help then a polite tone and much more information will likely lead to a better
response
.
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by Dani
Never trust ChatGPT to write fully flushed out code for ya :) Pinterest uses OAuth to authorize your app on behalf of your app's end-user, if that makes sense. For example, your goal is for your end-user to load up your app, and have access to *their* Pinterest account. What OAuth does is give your end-user the ability to grant your app …
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by Dani
Oh, it looks as if the tutorial was for the old DaniWeb API that no longer exists. The [DaniWeb Connect API](https://www.daniweb.com/connect/developers) is also OAuth-based and has some of its own documentation.
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
1 Month Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by rproffitt
"Wiz Research Uncovers Exposed DeepSeek Database Leaking Sensitive Information" "Security researchers tested 50 well-known jailbreaks against DeepSeek’s popular new AI chatbot. It didn’t stop a single one." It only seems to get worse the more you look at DeepSeek. And I must note how it is known to not want to talk about …
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by policenbicleara
Llama-70B struggles with sentiment analysis (69% accuracy) vs. Qwen-32B (87%). Summarization performance is weaker, with lower ROUGE scores. Qwen-32B is the better choice—smaller, faster, and more accurate.
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by Pelorus_1
Great breakdown of DeepSeek R1 Distill LLaMA 70B! The explanation of text classification and summarization is clear and insightful. Appreciate the practical examples—makes implementation much easier. Thanks for sharing!
Re: Does Google's Disavow-Tool still work - or does it hurt?
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by adilhassan
There's a lot of debate around the Disavow Tool’s effectiveness today. While it was once crucial for dealing with toxic backlinks, Google has gotten much better at ignoring spammy links on its own. If a site isn’t under a manual penalty, disavowing might not have much impact or could even remove potentially beneficial links. It’s still useful in …
Re: Does Google's Disavow-Tool still work - or does it hurt?
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by Rabia_10
The Disavow Tool is still effective for now, but I have a feeling Google might phase it out soon. It’ll be interesting to see what comes next!
Re: Does Google's Disavow-Tool still work - or does it hurt?
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by Dani
Google has said that they plan to remove the tool because it's consistently done more harm than good for the majority of sites that have used it.
Re: Does Google's Disavow-Tool still work - or does it hurt?
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by Martin12
yes it still works , i used it few days ago to remove some spammy links on my website
Re: Does Google's Disavow-Tool still work - or does it hurt?
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by Dani
If you used it only a few days ago, how do you know it works? Did you see your Google traffic increase so quickly after that?
Re: Does Google's Disavow-Tool still work - or does it hurt?
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by ashleydent4u
The Disavow Tool was definitely a double-edged sword—while it helped with cleaning up spammy backlinks, it also opened the door for misuse by blackhat SEOs looking to undo penalties. As for whether it still helps today, it seems like Google’s evolved and might not rely on it as much for ranking recovery. They’re likely using more advanced …
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
2 Months Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
Re: Does Google's Disavow-Tool still work - or does it hurt?
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by JamieHenryBrown
Not worth using it unless absolutely neccessary.
Re: response.redirect with absolute path
Programming
Web Development
13 Years Ago
by Shilpakmthn
response
.redirect is used for redirecting the file that resides in web application. to redirect focus on client's local file , u have to find the file location , by find file through server.mappath.then redirect it through
response
.redirect.
Re: Response Redirect to specific div id
Programming
Web Development
11 Years Ago
by gahhon
Response
.Redirect("~/Page.aspx#div1"); This is solution that i found in some thread. Sorry for open a new thread which is able to found the solution :(
Response Redirection
Programming
Software Development
9 Years Ago
by Saboor880
… extends HttpServlet { protected void processRequest(HttpServletRequest request, HttpServletResponse
response
) throws ServletException, IOException {
response
.setContentType("text/html;charset=UTF-8"); String…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC