Skip to content

Commit

Permalink
Add steps for setting model deployment to proxy instructions (#8)
Browse files Browse the repository at this point in the history
* get started docs for proxy server

* Image placeholders, image playground note

* Add images to set up instructions

* Resize images, update paths, fix formatting

* Update model table and headings

* Update AI_access.md with instructions for Python and .NET and provide link to give feedback on this page.

* Add example links

* Add proxy page link main event page

* typos, grammar, rearranging

* fix broken links add tracking

* Note on what to do for errors.

* add new instructions for model selection

* update image file naming

* update image file references

* Rejig image naming convention
  • Loading branch information
reneenoble authored Feb 23, 2024
1 parent 06cdebd commit 199e0a7
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions AI_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,32 @@ To gain access:
1. **Register for this event** at this URL: [https://aka.ms/Hacktogether-AI-register](https://aka.ms/Hacktogether-AI-register)

2. **Login with GitHub** using the button in the top-right corner
![Screenshot of registration page with arrow pointing to top right corner.](images/proxy1.png "Click login with GitHub")
![Screenshot of registration page with arrow pointing to top right corner.](images/proxy2.png "Click login with GitHub")

3. Once logged in, you have access to your API key for this event, click the copy icon. **Keep your key handy, for the following steps and for your hacking!**
![Screenshot of proxy site page with arrow pointing to the copy button next to API Key.](images/proxy2.png "Click the copy button to copy your key")
![Screenshot of proxy site page with arrow pointing to the copy button next to API Key.](images/proxy3.png "Click the copy button to copy your key")

4. **Go to the AI Proxy Playground** at this URL: [https://aka.ms/Hacktogether-AI-playground](https://aka.ms/Hacktogether-AI-playground)


5. **Enter your API key** in the text box in the top-right corner and click ***Authorize***
![Screenshot of proxy playground page with arrow pointing to API text entry field and authorize button.](images/proxy3.png "Enter your key and hit 'Authorize'")
![Screenshot of proxy playground page with arrow pointing to API text entry field and authorize button.](images/proxy5.png "Enter your key and hit 'Authorize'")

6. **You should now see the event name** "Hack Together Fabric AI" in the top-right corner!
![Screenshot of proxy playground page with a tick and an arrow pointing to the event name "Hack Together Fabric AI" that appears once you have succesfully entered a key for the event.](images/proxy4.png "When you see the event name you have succesfully entered your key")
![Screenshot of proxy playground page with a tick and an arrow pointing to the event name "Hack Together Fabric AI" that appears once you have succesfully entered a key for the event.](images/proxy6.png "When you see the event name you have succesfully entered your key")

7. **You're ready to test your set up**, do this on this page by writing a message in the **Chat Session**. You should receive a message back in a few seconds!
![Screenshot of proxy playground page with an arrow pointing to the input field, where the message /Hello" has been writen.](images/proxy5.png "Test the service using the Chat feature by writing a message")
7. **You're ready to test your set up**, first you need to **choose a model** in the pannel on the right-hand side. GTP models are used for running/testing in the chat, choose one to get started.<br>
![Screenshot of proxy playground page with an arrow pointing to the Model Deployment field](images/proxy7-1.png "Set the Model Deployment")
<br><br>
**We recomend one of the GTP-35 models** just for the purposes of testing the playground quickly.<br>
![Screenshot of proxy playground page with an arrow pointing to the Model Deployment drop down selecting gpt-35-turbo](images/proxy7-2.png "Set your model, GTP 3.5 options are fastest in this playground.")

8. **Once you receive a message you know you are ready to hack!**
![Screenshot of proxy playground where the AI has responded with a message that says "Hello! How can I assist you today?".](images/proxy6.png "When you receive a response you are ready to hack!")

8. You're ready to go, write a message in the **Chat Session**. You should receive a message back in a few seconds!
![Screenshot of proxy playground page with an arrow pointing to the input field, where the message /Hello" has been writen.](images/proxy8.png "Test the service using the Chat feature by writing a message")

9. **Once you receive a message you know you are ready to hack!**
![Screenshot of proxy playground where the AI has responded with a message that says "Hello! How can I assist you today?".](images/proxy9.png "When you receive a response you are ready to hack!")

***If you get an error** when trying out the chat feature try refreshing and if that fails, hard refreshing (CTRL + SHIFT + R) your browser. If it doesn't work after a few times take a screen shot of the error and leave us a message in the [GitHub Issues](https://aka.ms/fabric-hack24-issues).*

Expand Down
Binary file removed images/proxy1.png
Binary file not shown.
Binary file modified images/proxy2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/proxy3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/proxy4.png
Binary file not shown.
Binary file modified images/proxy5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/proxy6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/proxy7-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/proxy7-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/proxy8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/proxy9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 199e0a7

Please sign in to comment.