- Видео 206
- Просмотров 382 227
Code2Night
Индия
Добавлен 15 сен 2020
Welcome To Code2night, A common place for sharing programming knowledge,Blogs and Videos with lots of topics covered related to Asp.net , Sql and other programming languages.
The model does not exist or you do not have access to it | Chatgpt | OpenAI API
Hello guys in this video we will see how to check and fix error The model `gpt-4.5-turbo` does not exist or you do not have access to it | Chatgpt | OpenAI API
Here is the error response that you can get
"error": {
"message": "The model `gpt-4.5-turbo` does not exist or you do not have access to it.",
"type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
We will see what can cause this issue
You can check the models details at
platform.openai.com/docs/models
JOIN US On Whatsapp
whatsapp.com/channel/0029VaA5aW88vd1NebOeei1y
💖 Show Your Support ( Donation )
www.buymeacoffee.com/code2night
Follow Us on for new programming videos and articles
Code2night
Website- www.cod...
Here is the error response that you can get
"error": {
"message": "The model `gpt-4.5-turbo` does not exist or you do not have access to it.",
"type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
We will see what can cause this issue
You can check the models details at
platform.openai.com/docs/models
JOIN US On Whatsapp
whatsapp.com/channel/0029VaA5aW88vd1NebOeei1y
💖 Show Your Support ( Donation )
www.buymeacoffee.com/code2night
Follow Us on for new programming videos and articles
Code2night
Website- www.cod...
Просмотров: 11
Видео
Error context_length_exceeded in chatgpt api | invalid_request_error
Просмотров 47 часов назад
Hello guys in this video we will see how to check and fix error Error context_length_exceeded in chatgpt api or openai api { "error": { "message": "This model's maximum context length is 128000 tokens. However, your messages resulted in 166204 tokens. Please reduce the length of the messages.", "type": "invalid_request_error", "param": "messages", "code": "context_length_exceeded" } } We will s...
How to use chatgpt search on local data (Sql)
Просмотров 1912 часов назад
Hello guys in this video we will see How to use chatgpt search on local data (Sql) or how to let chatgpt predict result based on your own database data. We will see how you can make chatgpt api search on your internal database JOIN US On Whatsapp whatsapp.com/channel/0029VaA5aW88vd1NebOeei1y Show Your Support ( Donation ) www.buymeacoffee.com/code2night Follow Us on for new programming videos ...
How to use chatgpt with internal database (Sql)
Просмотров 2519 часов назад
Hello guys in this video we will see How to use chatgpt with internal database (Sql). We will see how you can make chatgpt api search on your internal database JOIN US On Whatsapp whatsapp.com/channel/0029VaA5aW88vd1NebOeei1y Show Your Support ( Donation ) www.buymeacoffee.com/code2night Follow Us on for new programming videos and articles Code2night Website- www.code2night.com/ F...
How to Integrate chatgpt api in asp net | Open AI Integration
Просмотров 3203 месяца назад
In this tutorial, We will see how to integrate and use chatgpt api in asp.net application. We will see how to use open ai for fetching prompt results. Show Your Support ( Donation ) www.buymeacoffee.com/code2night For Source code code2night.com/Blog/MyBlog/integrating-chatgpt-api-in-aspnet #chatgpt #openaiapi #chatgptinaspnet #aspnetmvc Follow Us on for new programming videos and articles face...
You exceeded your current quota, please check your plan and billing details | Open AI | Chat gpt API
Просмотров 1,3 тыс.4 месяца назад
Hello guys in the video We will see how you can fix error You exceeded your current quota, please check your plan and billing details while using open ai api in your project Error at completions (api.openai.com/v1/completions) with HTTP status code: TooManyRequests. Content: { "error": { "message": "You exceeded your current quota, please check your plan and billing details. For more informatio...
Failed to launch debug adapter Additional information may be available in the output window
Просмотров 3005 месяцев назад
Hello guys in this video we will see how to fix error Failed to launch debug adapter Additional information may be available in the output window in visual studio debugging. JOIN US On Whatsapp whatsapp.com/channel/0029VaA5aW88vd1NebOeei1y Show Your Support ( Donation ) www.buymeacoffee.com/code2night Follow Us on for new programming videos and articles Code2night Website- www.cod...
How to integrate Google Login in Asp.Net Core 8.0
Просмотров 6306 месяцев назад
Hello guys this is the second part of How to integrate Google Sign In in Asp.Net Core 8.0 application .You can use the same to implement google login in any asp.net core version. In this video we will see how to use client key and client secret for google api and get user profile data using Google Authentication. #asp.net #csharp #googlesignin #googlelogincore #googlesignincore #aspnetcore Join...
'AuthenticationBuilder ' does not contain a definition for 'AddGoogle'
Просмотров 596 месяцев назад
Hello guys in this video we will see how you can fix error 'AuthenticationBuilder ' does not contain a definition for 'AddGoogle' in asp.net core application. JOIN US On Whatsapp whatsapp.com/channel/0029VaA5aW88vd1NebOeei1y Show Your Support ( Donation ) www.buymeacoffee.com/code2night Follow Us on for new programming videos and articles Code2night Website- www.code2night.com/ Fe...
An error occurred while processing your request (IIS)
Просмотров 2,4 тыс.7 месяцев назад
Error. An error occurred while processing your request. Request ID: 00-89316ac2a53bac28f31fdd5fe5676b4e-03890c1774557156-00 Development Mode Swapping to Development environment will display more detailed information about the error that occurred. The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end u...
How to fix Xml Injection vulnerability in asp.net (CWE-91) | CWE-91 Xml Injection
Просмотров 2147 месяцев назад
In this tutorial, We will see how to fix Xml Injection vulnerability in asp.net (CWE-91) . We will see the ways for mitigating the xml injection vulnerabilities. We will be using Snyk tool to scan for xml injection vulnerabilities in our application. Show Your Support ( Donation ) www.buymeacoffee.com/code2night For Source code code2night.com/Blog/MyBlog/how-to-fix-xml-injection-vulnerability-...
Uncaught TypeError: p.widget is not a function | Jquery multiselect
Просмотров 747 месяцев назад
In this tutorial, We will see how we can fix Uncaught TypeError: p.widget is not a function in Jquery multiselect. These error can occure when you are trying to create jquery multiselect. #multiselect #jquerymultiselect Show Your Support ( Donation ) www.buymeacoffee.com/code2night Follow Us on for new programming videos and articles Code2night Website- www.code2night.com/ Feature...
Couldn't import calendar. try again ! Outlook
Просмотров 1,1 тыс.8 месяцев назад
Hello guys in this video we will see how to fix error Couldn't import calendar. try again ! in microsoft outlook when trying to add event to calendar. So you can check the tutorial for fixing error couldn't import calendar. JOIN US On Whatsapp whatsapp.com/channel/0029VaA5aW88vd1NebOeei1y Show Your Support ( Donation ) www.buymeacoffee.com/code2night Follow Us on for new programming videos and...
How to validate jwt token and refresh jwt token automatically in asp.net
Просмотров 1,1 тыс.8 месяцев назад
Hello guys, considering the security of web applications and api's we often have to implement security tokens. Sometimes we use owin authentication and sometimes JWT Tokens. So in this video we will see how to implement JWT Token Authentication in ASP.NET MVC and then we will also see how to validate jwt token and also how to refresh jwt token automatically when expired in asp.net mvc. For the ...
How to integrate Jquery Full Calender With ASP.NET
Просмотров 2188 месяцев назад
How to integrate Jquery Full Calender With ASP.NET
How to Create Subscriptions in Paypal in Asp.Net Core | Paypal Subscriptions
Просмотров 5558 месяцев назад
How to Create Subscriptions in Paypal in Asp.Net Core | Paypal Subscriptions
Un-Conditional Statements in C | Break | Continue | Go To
Просмотров 739 месяцев назад
Un-Conditional Statements in C | Break | Continue | Go To
Send voice call using Twillio in Asp net mvc | Twillio Audio Call
Просмотров 2469 месяцев назад
Send voice call using Twillio in Asp net mvc | Twillio Audio Call
Twilio.Exceptions.ApiException: 'The number XXXX is unverified | Twillio | SMS | Asp.Net
Просмотров 4429 месяцев назад
Twilio.Exceptions.ApiException: 'The number XXXX is unverified | Twillio | SMS | Asp.Net
How to get AccountSId and Auth token for twillio | Get Api Credentials for Twillio
Просмотров 5509 месяцев назад
How to get AccountSId and Auth token for twillio | Get Api Credentials for Twillio
How to implement Paypal payment gateway in asp net webforms
Просмотров 1,1 тыс.9 месяцев назад
How to implement Paypal payment gateway in asp net webforms
Cannot insert the value NULL into column 'Id', table 'HangFire.Job'; column does not allow nulls
Просмотров 27510 месяцев назад
Cannot insert the value NULL into column 'Id', table 'HangFire.Job'; column does not allow nulls
Your request resulted in an error . User is not assigned to the client application | OKTA
Просмотров 54110 месяцев назад
Your request resulted in an error . User is not assigned to the client application | OKTA
'HttpContextBase' does not contain a definition for 'GetOwinContext'
Просмотров 8110 месяцев назад
'HttpContextBase' does not contain a definition for 'GetOwinContext'
Speech to Text Converter in asp.net
Просмотров 53911 месяцев назад
Speech to Text Converter in asp.net
How to Integrate Authorize.Net Payment Gateway ASP.NET MVC | Authorize.Net | Asp.Net
Просмотров 99311 месяцев назад
How to Integrate Authorize.Net Payment Gateway ASP.NET MVC | Authorize.Net | Asp.Net
How to Integrate Stripe Payment Gateway Integration in ASP.NET Core 8.0 | Stripe | Core 8.0
Просмотров 2 тыс.11 месяцев назад
How to Integrate Stripe Payment Gateway Integration in ASP.NET Core 8.0 | Stripe | Core 8.0
Paypal Payment Gateway integration in Asp.Net Core 8.0 | Implement Paypal in Asp.Net
Просмотров 3 тыс.11 месяцев назад
Paypal Payment Gateway integration in Asp.Net Core 8.0 | Implement Paypal in Asp.Net
How to send fcm mobile notification using Asp.net
Просмотров 933Год назад
How to send fcm mobile notification using Asp.net
How to Get fcm server key for mobile notifications
Просмотров 424Год назад
How to Get fcm server key for mobile notifications
Thanks for help!!
Good to know it helped☺️
thanks its workinig
tf you doing stupid
Thank you so much
Hello, thanks for the explanation. It was very helpful. However, there is one part that I can't figure out and it is important. How can we get the amount from a label or session value? Thanks in advance.
Yes , you can pass that from session or label
@@code2night But; it doesn't work for Value under AmountWithBreakdown :(
Well you can keep the amount in hiddenfield in the form , so when you click pay then that hidden field value will go into amount. If you can use that way
could you please share me the code
You can download from website
Excelente, muchas gracias
Good to know it helped😊
Thank you soooo much <3
I tried but it's not working
muchas gracias , solucione mi problema
OBRIGADUUUU
Helpful video. Many Thanks!
Good to know it helped☺️
very good video, Thanks a lot
Good to know it helped
God bless u
Great Video, it help me a lot.
Good to know it helped😊
Why i run Success in swagger but the message did not sent to my phonenumber . Am form VietNam .Thank you for your video
You can only send to the phone number which is added in the list of twillio account
Thanks Sir Wow Thanks
Good to know it helped
Brother I am Student building Final Year Project and have to use this api but can we strat for 5$. I am poor and will it run for one year if we not use it regularly just for testing purpose .
Yeah you can try with 5$ or 6 $
the only place that actually solved this
it works thank you bro
Good to know it helped☺️
Thank you so much for fixing this and making understand in an easy way.
Good to know it helped☺️
Thanks for the video. It provided easier solution
Good to know it helped😊
Install-Package System.Security.Permissions
thank u so much for this video..
Can you develop 1 proper .NET Ecommerce API? with payment gateway and all. I'll give you almost 200 views by myside. I have circle of 200 - 500 peoples who want one playlist of full WEB API project with payment gateway and all. tell me if you can. I'll share channel link.
cannot access the blog, can you please send an updated link
Let me check
Hi sorry , due to some issue site is not working. We are working on that and let you know once site works again
Site is working now , you can try same link
Thank you, sir
Good to know it helped☺️
Thanks !!!
so this means there is no free option any more ?
Yes , you can't use for free anymore
How to use it in chatgpt4
If you want that model, use gpt-4 instead of gpt-3.5 into code
I cannot get my access token
How to do this react js
Thank you! Looked up instructions on Cloudflare's documentation and it was way over my head.
Glad it helped!
Thank u so much your video was helpful for my project.
Good to know it helped☺️
Thank you so much, mate! It's working!
Good to know it helped☺️
You saved my whole day .Thanks a lot
Good to know it helped
Super helpful!! thanks a lot
Good to know it helped😊
Thank you - adding the mapping again in reverse order is the one thing I was missing after upgrading a project to .net 8 and Automapper to v13 👍
Good to know it worked☺️
saved my day!
Good to know it worked
TK
matlab rs830 ka chuna lagne wala hai hugging face ja raha hu mai
Yes😁
5 dollar se try kr skte ho
worke! thank you soooo much!
Good to know it worked
thank you very much
Good to know it helped😊
Thanks Sir
Good to know it helped
Have you know the demerits of setting values false? Half knowledge is more dangerous. Do some research on it.
thanks for sharing
Good to know it helped😇
thanks for sharing💪💪🐥🐥
Its very helpful thanks for sharing code
Good to know it helped☺️
Thank youuuuuuuuuuuuuuuuuu
Good to know it helped😊
Sorry, I seem to have missed what comes before the request for an access token. What's behind your 'login to microsoft' button? Which URL have you built up?
That is url you have to hit to get to microsoft login screen, that you can see in the button html side
@@code2night I'm sorry but I don't see that in the video, could you maybe give the timestamp? Thank you!
Well you can simply try to download the code from our website and run that by using your credentials...you'll be able to see how things working there
3:51 is the timestamp where you can see this
@@code2nightRight, so it always ends with &state=12345 ? okay then i will try this myself, thank you so much!