Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
chat-server
- Page 1
Fine-tuning OpenAI Vision Models for Visual Question-Answering
Programming
Computer Science
3 Weeks Ago
by usmanmalik57
… of the training file you just uploaded to the OpenAI
server
. ```python fine_tuning_job_gpt4o = client.fine_tuning.jobs.create( training_file=training_file… call to get the response from the model response = client.
chat
.completions.create( model= model_id, temperature = 0, messages=[ …
How to Fine-tune the OpenAI GPT-4o Model - The Wait is Finally Over
Programming
Computer Science
2 Months Ago
by usmanmalik57
…, you need to upload training files to the OpenAI
server
. To do so, create a client object of the…letters. tweet: {}""".format(tweet) response = client.
chat
.completions.create( model=model, temperature=0, max_tokens=10, messages=[…
Comparison of Fine-tuning GPT-4o mini vs GPT-3.5 for Text Classification
Programming
Computer Science
2 Months Ago
by usmanmalik57
…step is to upload your JSON file to the OpenAI
server
. To do so, start by creating an `OpenAI`…letters. tweet: {}""".format(tweet) response = client.
chat
.completions.create( model=model, temperature=0, max_tokens=10, messages=[…
chat server
Hardware and Software
Linux and Unix
13 Years Ago
by cskinittest
hi I want to
chat
application on my website develop by using (php, mysql, ajax),for
chat
server
iam using ejabber and jwchat . I am using synaptic package manager to install ejabber and jwchat Ubuntu 11.04. I want to know how to configure and how to integrate ejabber and jwchat to my website. thanks in advance
chat server
Programming
Web Development
15 Years Ago
by prateeknigamk
i am creating
chat
server
in php where i need to get dynamic data in php page without referesh can anyone guide me how to do it
chat server
Programming
Software Development
13 Years Ago
by mohit girdhar
how i can implement a java
chat
server
like facebook
Re: chat server
Programming
Software Development
13 Years Ago
by DarkLightning7
[QUOTE=mohit girdhar;1510197]how i can implement a java
chat
server
like facebook[/QUOTE] This is an old thread please don't post on it. If you want to get help start a new thread.
Chat server help needed
Programming
Software Development
13 Years Ago
by bob24bob
… this code that i got online and it is a
chat
server
code. This is the code- [CODE]# import needed … meaning the local host PORT = 4000 # Arbitrary non-privileged
server
endl = "\r\n" # standard terminal line …Traceback (most recent call last): File "E:\Python Files\
Chat
Server
.py", line 98, in <module> s…
Re: chat server gui
Programming
Software Development
15 Years Ago
by cocorocha
please help me to design a gui for my
chat
server
?
Re: chat server gui
Programming
Software Development
15 Years Ago
by stultuske
…;775694]please help me to design a gui for my
chat
server
?[/QUOTE] Step 1: realise it is of no use to…
Re: chat server gui
Programming
Software Development
13 Years Ago
by Arul412
hi its arul i wanna the set up file of gui based
chat
server
in java programming ... along with its source code...
Python Chat Server
Programming
Software Development
17 Years Ago
by JohnMG
…library. [code=python] #!/usr/bin/python ## Home Network
Chat
Server
(HNCS) version 2.0 ## Copyright (C) 2007 John… '''\r\n ---------------------------------------------------\r INFO\r ---------------------------------------------------\r Home Network
Chat
Server
(HNCS) is an open source\r and freely distributable…
Threaded UDP java Chat server HELP!
Programming
Software Development
13 Years Ago
by Curt1337
… form? It will be very much appreciated Kind Regards Curtis
Chat
server
: [CODE] package pkg201003757_prac05; import java.io.*; import java.net.*;…System.out.println("***" + sname + " logged off the
chat
server
***"); UpdateUserThread.alname.remove(sname);//remove the logout user name…
Threaded Chat Server
Programming
Software Development
11 Years Ago
by coding101
… to get experience so I am trying to build a
chat
server
. The idea is to have one thread read from the…"); DataOutputStream write = new DataOutputStream(client.getOutputStream()); write.writeBytes("
Chat
Server
\n"); write.flush(); Scanner sc = new Scanner(System.in…
Re: Threaded UDP java Chat server HELP!
Programming
Software Development
13 Years Ago
by Ezzaral
@Curt1337: No, no one here will convert the
chat
server
that you copied directly from Rose India to UDP so you can turn it in as a work product. As Norm said, hire a programmer if you want someone to do your work for you.
help for Server Client Porgram (chat Server)
Programming
Software Development
17 Years Ago
by travish
… need help in my
server
client program by which client n
server
can communicate to each other like
chat
server
but at present it… works just on LAN ...im using WINSOCK n i need to enter IP of the
server
… to create connection between client n
server
..now will it be possible that by…
Unix Chat Server Application-Almost Done!
Programming
Software Development
13 Years Ago
by Xytheron
… i've been working on a unix
chat
server
and I think I've done a good…if (rtn == -1) { perror("Failed to connect to
server
"); exit(EXIT_FAILURE); } for(;;) { ssize_t len; printf("…read\n"); } else { buff[len] = '\0'; printf("
server
says : %s\n", buff); } } return 0; } [/…
gui based chat server
Programming
Software Development
18 Years Ago
by hotteaboi
hi i am building a gui base
chat
server
with multi users using remote = xmlrpclib.ServerProxy(url) can any one tell how will i remove a user in the list ..and to make a private
chat
from the user in the list..thax
Simple Chat Server
Programming
Software Development
15 Years Ago
by smoore
… so I found some code online to create a simple
chat
server
and I was trying to teach myself with it. I…) How would I print something once a person enters the
chat
(telnets domain [port]) 2) I would like to use this…
Simple Chat Server Problem
Programming
Software Development
15 Years Ago
by SoulMazer
…I am trying to write a simple
chat
server
in Python. If I just run the
server
, it runs fine. Yet, when I… try to connect to the
server
from a different terminal via a "telnet localhost (…port)", the
server
gives me an error: [quote] error: uncaptured python exception,…
TCP chat server logic problem
Programming
Software Development
12 Years Ago
by enterpise
now I try to develop the tcp
chat
server
So what I have done so far -my
server
can only received string from the… ask what do I need to do to make the
server
and all the other clients receive the message as well… and the
Server
can choose to broadcast message to a single client or…
RMI chat server help
Programming
Software Development
12 Years Ago
by coroll
…developing a simple RMI
chat
server
. Im getting following exception when i execute Client.
Server
works well. java.… System.exit(0); } } this is my
server
interface public interface chatServerInterface extends Remote{ public void …
Re: gui based chat server
Programming
Software Development
16 Years Ago
by EAnder
…: #some more code here to allow them to use the
chat
server
[/code] ... later you would put in an option to perform…
C++ Chat Server/Client Basics
Programming
Software Development
14 Years Ago
by Argo54325
Hello, I've been looking for information on creating a
chat
server
and client application, just the basics that would include: 1. …Connecting to the
server
. 2. Displaying a "friends list" (like windows live…
want to make a chat server
Programming
Software Development
13 Years Ago
by mohit girdhar
hii everyone i am mohit a student from chitkara university,solan, himachal pradesh. i just want to create a
chat
server
in java like facebook... please help me for this task.just give me basic idea how i can implement this thing..
Re: chat server
Programming
Web Development
15 Years Ago
by samarudge
AJAX my friend, AJAX all the way :P
Re: chat server
Programming
Software Development
13 Years Ago
by jwenting
[QUOTE=DarkLightning7;1510395]This is an old thread please don't post on it. If you want to get help start a new thread.[/QUOTE] Only 5 years, hardly a record ;)
Re: chat server
Programming
Software Development
13 Years Ago
by jwenting
to clarify, the above 3 posts were split from another thread by a moderator ;)
Chat question
Programming
Web Development
16 Years Ago
by deryl1974
… a web page to interact with this
chat
server
. Its a simple
chat
app. 1. The
chat
server
waits and listens. 2. The client connects… same functionality. a user logs in and connects to the
chat
server
. I was able to achieve this. But what if another…
Chat client problem
Programming
Software Development
14 Years Ago
by ckjie
Hi all, i am doing a
chat
server
project, i get the code below…buffer); string[] tokens=chatter.Split(new
Chat
[]{'|'}); if(tokens[0]=="
CHAT
") { rtbChatIn.AppendText(tokens[1]); …(); clientsocket.Close(); keepalive = false; statusBar1.Text = "
Server
has stopped"; connected= false; btnSend.Enabled = false; benDisconnect…
1
2
3
17
Next
Last
Search
Search
Forum Categories
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
Forums
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
© 2024 DaniWeb® LLC