Skip to content

zxs731/android_deepseek_app

Repository files navigation

DeepSeek-v3 APP for Android

This app showing how to make speech on DeepSeek-v3 with Java using the Speech SDK for Android.

Need replace the parameters("****") in java file. eg: DeepSeek-v3 key and microsoft azure TTS key etc..

  • MainActivity.java

private static final String SpeechSubscriptionKey = "xxxx"; pprivate static final String SpeechRegion = "xxxx";

  • ChatAPI.java
HttpURLConnection connection = (HttpURLConnection) url.openConnection(); connection.setRequestMethod("POST"); connection.setRequestProperty("Content-Type", "application/json"); connection.setRequestProperty("Authorization", "Bearer xxxx"); ## References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages