Skip to content

Commit

Permalink
updating the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreedeep-rougeloop committed Dec 9, 2023
1 parent d7e48c3 commit 23c3c94
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified docs/Lama2/docs/tutorials/main.wasm
100644 → 100755
Binary file not shown.
5 changes: 2 additions & 3 deletions docs/Lama2/site/tutorials/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ <h2 id="chain-requests-using-javascript">Chain requests using Javascript<a class
object through <code>JSON.parse()</code>. Otherwise,
<code>result</code> is stored as a regular <code>string</code>.</p>
<div class="highlight"><pre><span></span><code>url = &quot;http://google.com&quot;
REMOTE_COORD = &quot;https://httpbing.org&quot;
REMOTE_COORD = &quot;https://httpbin.org&quot;
---
# stage 1

Expand All @@ -1149,7 +1149,7 @@ <h2 id="chain-requests-using-javascript">Chain requests using Javascript<a class

// filtering, store in var
console.log(&quot;@@Result&quot;, result)
let TOKEN = result[&quot;json&quot;][&quot;Token&quot;]
TOKEN = result[&quot;json&quot;][&quot;Token&quot;]
console.log(TOKEN)

---
Expand All @@ -1160,7 +1160,6 @@ <h2 id="chain-requests-using-javascript">Chain requests using Javascript<a class

Authorization: &#39;Bearer ${TOKEN}&#39;

{}
</code></pre></div>
<p>Get <a href="https://github.com/HexmosTech/Lama2/tree/main/examples/0009_processor_basic">Source Files</a></p>

Expand Down
Binary file modified docs/Lama2/site/tutorials/main.wasm
100644 → 100755
Binary file not shown.

0 comments on commit 23c3c94

Please sign in to comment.